DefaultLocalCharacteristicWrapper
class DefaultLocalCharacteristicWrapper(characteristic: CBMutableCharacteristic) : LocalCharacteristicWrapper
Constructors
Link copied to clipboard
constructor(characteristic: CBMutableCharacteristic)
constructor(uuid: UUID, properties: Set<CharacteristicProperty>, encryptedNotification: Boolean, permissions: Set<LocalCharacteristic.Permission>)
Properties
Functions
Link copied to clipboard
Adds a LocalDescriptorWrapper to the characteristic
Link copied to clipboard
Adds the characteristic to a CBMutableService
Link copied to clipboard
open override fun updateValue(serverWrapper: KalugaBluetoothServerWrapper, value: NSData, centrals: List<CBCentral>): Boolean
Updates the value of the characteristic for the given centrals through a KalugaBluetoothServerWrapper